Reference documentation and code samples for the Google Cloud Migration Center V1 Client class NetworkAddress.
Details of network address.
Generated from protobuf message google.cloud.migrationcenter.v1.NetworkAddress
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ip_address
string
Assigned or configured IP Address.
↳ subnet_mask
string
Subnet mask.
↳ bcast
string
Broadcast address.
↳ fqdn
string
Fully qualified domain name.
↳ assignment
int
Whether DHCP is used to assign addresses.
getIpAddress
Assigned or configured IP Address.
string
setIpAddress
Assigned or configured IP Address.
var
string
$this
getSubnetMask
Subnet mask.
string
setSubnetMask
Subnet mask.
var
string
$this
getBcast
Broadcast address.
string
setBcast
Broadcast address.
var
string
$this
getFqdn
Fully qualified domain name.
string
setFqdn
Fully qualified domain name.
var
string
$this
getAssignment
Whether DHCP is used to assign addresses.
int
setAssignment
Whether DHCP is used to assign addresses.
var
int
$this