models_v2.gcp_object_type_enum module

class models_v2.gcp_object_type_enum.GcpObjectTypeEnum[source]

Bases: object

Implementation of the ‘gcpObjectType’ enum.

TODO: type enum description here.

Attributes:

KIAMUSER: TODO: type description here. KPROJECT: TODO: type description here. KREGION: TODO: type description here. KAVAILABILITYZONE: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KVPC: TODO: type description here. KSUBNET: TODO: type description here. KNETWORKSECURITYGROUP: TODO: type description here. KINSTANCETYPE: TODO: type description here. KLABEL: TODO: type description here. KMETADATA: TODO: type description here. KTAG: TODO: type description here. KVPCCONNECTOR: TODO: type description here.

KAVAILABILITYZONE = 'kAvailabilityZone'
KIAMUSER = 'kIAMUser'
KINSTANCETYPE = 'kInstanceType'
KLABEL = 'kLabel'
KMETADATA = 'kMetadata'
KNETWORKSECURITYGROUP = 'kNetworkSecurityGroup'
KPROJECT = 'kProject'
KREGION = 'kRegion'
KSUBNET = 'kSubnet'
KTAG = 'kTag'
KVIRTUALMACHINE = 'kVirtualMachine'
KVPC = 'kVPC'
KVPCCONNECTOR = 'kVPCConnector'