Bare Metal Solution v2 API - Class InstanceConfig.Types.NetworkAddress (1.5.0)

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.

Inheritance

object > InstanceConfig.Types.NetworkAddress

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

NetworkAddress()

public NetworkAddress()

NetworkAddress(NetworkAddress)

public NetworkAddress(InstanceConfig.Types.NetworkAddress other)
Parameter
NameDescription
otherInstanceConfigTypesNetworkAddress

Properties

Address

public string Address { get; set; }

IPv4 address to be assigned to the server.

Property Value
TypeDescription
string

ExistingNetworkId

public string ExistingNetworkId { get; set; }

Name of the existing network to use.

Property Value
TypeDescription
string

NetworkId

public string NetworkId { get; set; }

Id of the network to use, within the same ProvisioningConfig request.

Property Value
TypeDescription
string