Class NetworkAddress
A network.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class NetworkAddress : IDirectResponseSchema
Properties
Address
IPv4 address to be assigned to the server.
Declaration
[JsonProperty("address")]
public virtual string Address { 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 |
ExistingNetworkId
Name of the existing network to use.
Declaration
[JsonProperty("existingNetworkId")]
public virtual string ExistingNetworkId { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkId
Id of the network to use, within the same ProvisioningConfig request.
Declaration
[JsonProperty("networkId")]
public virtual string NetworkId { get; set; }
Property Value
Type | Description |
---|---|
string |