Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OdbSubnet.
Represents OdbSubnet resource.
Generated from protobuf message google.cloud.oracledatabase.v1.OdbSubnet
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
↳ cidr_range
string
Required. The CIDR range of the subnet.
↳ purpose
int
Required. Purpose of the subnet.
↳ labels
↳ create_time
↳ state
int
Output only. State of the ODB Subnet.
getName
Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string
setName
Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
var
string
$this
getCidrRange
Required. The CIDR range of the subnet.
string
setCidrRange
Required. The CIDR range of the subnet.
var
string
$this
getPurpose
Required. Purpose of the subnet.
setPurpose
Required. Purpose of the subnet.
$this
getLabels
Optional. Labels or tags associated with the resource.
setLabels
Optional. Labels or tags associated with the resource.
$this
getCreateTime
Output only. The date and time that the OdbNetwork was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The date and time that the OdbNetwork was created.
$this
getState
Output only. State of the ODB Subnet.
setState
Output only. State of the ODB Subnet.
$this

