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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

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

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] 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] 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