Show / Hide Table of Contents

Class PublicDelegatedPrefixPublicDelegatedSubPrefix

Represents a sub PublicDelegatedPrefix.

Inheritance
object
PublicDelegatedPrefixPublicDelegatedSubPrefix
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class PublicDelegatedPrefixPublicDelegatedSubPrefix : IDirectResponseSchema

Properties

AllocatablePrefixLength

The allocatable prefix length supported by this PublicDelegatedSubPrefix.

Declaration
[JsonProperty("allocatablePrefixLength")]
public virtual int? AllocatablePrefixLength { get; set; }
Property Value
Type Description
int?

DelegateeProject

Name of the project scoping this PublicDelegatedSubPrefix.

Declaration
[JsonProperty("delegateeProject")]
public virtual string DelegateeProject { 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

EnableEnhancedIpv4Allocation

Output only. [Output Only] Whether this PDP supports enhanced IPv4 allocations. Applicable for IPv4 PDPs only.

Declaration
[JsonProperty("enableEnhancedIpv4Allocation")]
public virtual bool? EnableEnhancedIpv4Allocation { get; set; }
Property Value
Type Description
bool?

IpCidrRange

The IP address range, in CIDR format, represented by this sub public delegated prefix.

Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type Description
string

Ipv6AccessType

Output only. [Output Only] The internet access type for IPv6 Public Delegated Sub Prefixes. Inherited from parent prefix.

Declaration
[JsonProperty("ipv6AccessType")]
public virtual string Ipv6AccessType { get; set; }
Property Value
Type Description
string

IsAddress

Whether the sub prefix is delegated to create Address resources in the delegatee project.

Declaration
[JsonProperty("isAddress")]
public virtual bool? IsAddress { get; set; }
Property Value
Type Description
bool?

Mode

The PublicDelegatedSubPrefix mode for IPv6 only.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

Name

The name of the sub public delegated prefix.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Region

Output only. [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Status

Output only. [Output Only] The status of the sub public delegated prefix.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX