GoogleApi.VMwareEngine.V1.Model.VmwareEngineNetwork (google_api_v_mware_engine v0.5.0)
View SourceVMware Engine network resource that provides connectivity for VMware Engine private clouds.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Creation time of this resource. -
description(type:String.t, default:nil) - User-provided description for this VMware Engine network. -
etag(type:String.t, default:nil) - 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. -
name(type:String.t, default:nil) - Output only. Identifier. 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 -
state(type:String.t, default:nil) - Output only. State of the VMware Engine network. -
type(type:String.t, default:nil) - Required. VMware Engine network type. -
uid(type:String.t, default:nil) - Output only. System-generated unique identifier for the resource. -
updateTime(type:DateTime.t, default:nil) - Output only. Last update time of this resource. -
vpcNetworks(type:list(GoogleApi.VMwareEngine.V1.Model.VpcNetwork.t), default:nil) - Output only. VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.VmwareEngineNetwork{ createTime: DateTime.t() | nil, description: String.t() | nil, etag: String.t() | nil, name: String.t() | nil, state: String.t() | nil, type: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil, vpcNetworks: [GoogleApi.VMwareEngine.V1.Model.VpcNetwork.t()] | nil }