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.
Implements
IMessageNetworkAddress, IEquatableNetworkAddress, IDeepCloneableNetworkAddress, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NetworkAddress()
public NetworkAddress()
NetworkAddress(NetworkAddress)
public NetworkAddress(NetworkAddress other)
Parameter | |
---|---|
Name | Description |
other |
NetworkAddress |
Properties
Assignment
public NetworkAddress.Types.AddressAssignment Assignment { get; set; }
Whether DHCP is used to assign addresses.
Property Value | |
---|---|
Type | Description |
NetworkAddressTypesAddressAssignment |
Bcast
public string Bcast { get; set; }
Broadcast address.
Property Value | |
---|---|
Type | Description |
string |
Fqdn
public string Fqdn { get; set; }
Fully qualified domain name.
Property Value | |
---|---|
Type | Description |
string |
IpAddress
public string IpAddress { get; set; }
Assigned or configured IP Address.
Property Value | |
---|---|
Type | Description |
string |
SubnetMask
public string SubnetMask { get; set; }
Subnet mask.
Property Value | |
---|---|
Type | Description |
string |