Show / Hide Table of Contents

Class PublicDelegatedPrefixPublicDelegatedSubPrefix

Represents a sub PublicDelegatedPrefix.

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

Properties

DelegateeProject

Name of the project scoping this PublicDelegatedSubPrefix.

Declaration
[JsonProperty("delegateeProject")]
public virtual string DelegateeProject { get; set; }
Property Value
Type Description
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IpCidrRange

The IPv4 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
System.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
System.Nullable<System.Boolean>

Name

The name of the sub public delegated prefix.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top