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.
Implements
Inherited Members
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 |