Google Cloud Vmware Engine V1 Client - Class VmwareEngineNetwork (0.2.1)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class VmwareEngineNetwork.

VMware Engine network resource that provides connectivity for VMware Engine private clouds.

Generated from protobuf message google.cloud.vmwareengine.v1.VmwareEngineNetwork

Namespace

Google \ Cloud \ VmwareEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network

↳ create_time Google\Protobuf\Timestamp

Output only. Creation time of this resource.

↳ update_time Google\Protobuf\Timestamp

Output only. Last update time of this resource.

↳ description string

User-provided description for this VMware Engine network.

↳ vpc_networks array<Google\Cloud\VmwareEngine\V1\VmwareEngineNetwork\VpcNetwork>

Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.

↳ state int

Output only. State of the VMware Engine network.

↳ type int

Required. VMware Engine network type.

↳ uid string

Output only. System-generated unique identifier for the resource.

↳ etag string

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.

getName

Output only. The resource name of the VMware Engine network.

Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network

Returns
TypeDescription
string

setName

Output only. The resource name of the VMware Engine network.

Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/vmwareEngineNetworks/my-network

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. Creation time of this resource.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Creation time of this resource.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Last update time of this resource.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Last update time of this resource.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDescription

User-provided description for this VMware Engine network.

Returns
TypeDescription
string

setDescription

User-provided description for this VMware Engine network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVpcNetworks

Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setVpcNetworks

Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.

Parameter
NameDescription
var array<Google\Cloud\VmwareEngine\V1\VmwareEngineNetwork\VpcNetwork>
Returns
TypeDescription
$this

getState

Output only. State of the VMware Engine network.

Returns
TypeDescription
int

setState

Output only. State of the VMware Engine network.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getType

Required. VMware Engine network type.

Returns
TypeDescription
int

setType

Required. VMware Engine network type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getUid

Output only. System-generated unique identifier for the resource.

Returns
TypeDescription
string

setUid

Output only. System-generated unique identifier for the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEtag

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request.

The server computes checksums based on the value of other fields in the request.

Returns
TypeDescription
string

setEtag

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request.

The server computes checksums based on the value of other fields in the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this