Migration Center v1 API - Class NetworkAddress (1.0.0)

public sealed class NetworkAddress : IMessage<NetworkAddress>, IEquatable<NetworkAddress>, IDeepCloneable<NetworkAddress>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class NetworkAddress.

Details of network address.

Inheritance

object > NetworkAddress

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NetworkAddress()

public NetworkAddress()

NetworkAddress(NetworkAddress)

public NetworkAddress(NetworkAddress other)
Parameter
NameDescription
otherNetworkAddress

Properties

Assignment

public NetworkAddress.Types.AddressAssignment Assignment { get; set; }

Whether DHCP is used to assign addresses.

Property Value
TypeDescription
NetworkAddressTypesAddressAssignment

Bcast

public string Bcast { get; set; }

Broadcast address.

Property Value
TypeDescription
string

Fqdn

public string Fqdn { get; set; }

Fully qualified domain name.

Property Value
TypeDescription
string

IpAddress

public string IpAddress { get; set; }

Assigned or configured IP Address.

Property Value
TypeDescription
string

SubnetMask

public string SubnetMask { get; set; }

Subnet mask.

Property Value
TypeDescription
string