Class PublicDelegatedPrefix
A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PublicDelegatedPrefix : IDirectResponseSchema
Properties
AllocatablePrefixLength
The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
Declaration
[JsonProperty("allocatablePrefixLength")]
public virtual int? AllocatablePrefixLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
ByoipApiVersion
[Output Only] The version of BYOIP API.
Declaration
[JsonProperty("byoipApiVersion")]
public virtual string ByoipApiVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
CreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
An optional description of this resource. Provide this property when you create the resource.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fingerprint
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
[Output Only] The unique identifier for the resource type. The server generates this identifier.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
IpCidrRange
The IP address range, in CIDR format, represented by this public delegated prefix.
Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type | Description |
---|---|
string |
IsLiveMigration
If true, the prefix will be live migrated.
Declaration
[JsonProperty("isLiveMigration")]
public virtual bool? IsLiveMigration { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Kind
[Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Mode
The public delegated prefix mode for IPv6 only.
Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters
long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular
expression [a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all
following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be
a dash.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentPrefix
The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
Declaration
[JsonProperty("parentPrefix")]
public virtual string ParentPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicDelegatedSubPrefixs
The list of sub public delegated prefixes that exist for this public delegated prefix.
Declaration
[JsonProperty("publicDelegatedSubPrefixs")]
public virtual IList<PublicDelegatedPrefixPublicDelegatedSubPrefix> PublicDelegatedSubPrefixs { get; set; }
Property Value
Type | Description |
---|---|
IList<PublicDelegatedPrefixPublicDelegatedSubPrefix> |
Region
[Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
[Output Only] Server-defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLinkWithId
[Output Only] Server-defined URL with id for the resource.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
[Output Only] The status of the public delegated prefix, which can be one of following values: -
INITIALIZING
The public delegated prefix is being initialized and addresses cannot be created yet. -
READY_TO_ANNOUNCE
The public delegated prefix is a live migration prefix and is active. - ANNOUNCED
The
public delegated prefix is active. - DELETING
The public delegated prefix is being deprovsioned.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |