public sealed class InstanceConfig.Types.NetworkAddress : IMessage<InstanceConfig.Types.NetworkAddress>, IEquatable<InstanceConfig.Types.NetworkAddress>, IDeepCloneable<InstanceConfig.Types.NetworkAddress>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class InstanceConfig.Types.NetworkAddress.
A network.
Implements
IMessageInstanceConfigTypesNetworkAddress, IEquatableInstanceConfigTypesNetworkAddress, IDeepCloneableInstanceConfigTypesNetworkAddress, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
NetworkAddress()
public NetworkAddress()
NetworkAddress(NetworkAddress)
public NetworkAddress(InstanceConfig.Types.NetworkAddress other)
Parameter | |
---|---|
Name | Description |
other |
InstanceConfigTypesNetworkAddress |
Properties
Address
public string Address { get; set; }
IPv4 address to be assigned to the server.
Property Value | |
---|---|
Type | Description |
string |
ExistingNetworkId
public string ExistingNetworkId { get; set; }
Name of the existing network to use.
Property Value | |
---|---|
Type | Description |
string |
NetworkId
public string NetworkId { get; set; }
Id of the network to use, within the same ProvisioningConfig request.
Property Value | |
---|---|
Type | Description |
string |