Show / Hide Table of Contents

Class DhcpOptionsConfigAssociation

Association represents the relationship between a DHCP options config and a network. Association represents the relationship between a DHCP options config and a network.

Inheritance
object
DhcpOptionsConfigAssociation
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 DhcpOptionsConfigAssociation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Network

Required. The target network this DHCP option is attached to. You can specify this as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/network - projects/project/global/networks/network

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

NetworkId

Output only. [Output Only] The server-defined ID of the associated Network.

Declaration
[JsonProperty("networkId")]
public virtual ulong? NetworkId { get; set; }
Property Value
Type Description
ulong?

State

Output only. [Output Only] State of the association.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX