Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class OdbNetwork.
Represents OdbNetwork resource.
Generated from protobuf message google.cloud.oracledatabase.v1.OdbNetwork
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}
↳ network
string
Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}
↳ labels
↳ create_time
↳ state
int
Output only. State of the ODB Network.
↳ entitlement_id
string
Output only. The ID of the subscription entitlement associated with the OdbNetwork.
↳ gcp_oracle_zone
string
Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
getName
Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}
string
setName
Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}
var
string
$this
getNetwork
Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}
string
setNetwork
Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}
var
string
$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 Network.
setState
Output only. State of the ODB Network.
$this
getEntitlementId
Output only. The ID of the subscription entitlement associated with the OdbNetwork.
string
setEntitlementId
Output only. The ID of the subscription entitlement associated with the OdbNetwork.
var
string
$this
getGcpOracleZone
Optional. The GCP Oracle zone where OdbNetwork is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
string
setGcpOracleZone
Optional. The GCP Oracle zone where OdbNetwork is hosted.
Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
var
string
$this

