Class: Google::Apis::OracledatabaseV1::ExadbVmCluster
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::ExadbVmCluster
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
ExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ ExadbVmCluster/
Instance Attribute Summary collapse
-
#backup_odb_subnet ⇒ String
Required.
-
#create_time ⇒ String
Output only.
-
#display_name ⇒ String
Required.
-
#entitlement_id ⇒ String
Output only.
-
#gcp_oracle_zone ⇒ String
Output only.
-
#labels ⇒ Hash<String,String>
Optional.
-
#name ⇒ String
Identifier.
-
#odb_network ⇒ String
Optional.
-
#odb_subnet ⇒ String
Required.
-
#properties ⇒ Google::Apis::OracledatabaseV1::ExadbVmClusterProperties
The properties of an ExadbVmCluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExadbVmCluster
constructor
A new instance of ExadbVmCluster.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExadbVmCluster
Returns a new instance of ExadbVmCluster.
3305 3306 3307 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3305 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_odb_subnet ⇒ String
Required. Immutable. The name of the backup OdbSubnet associated with the
ExadbVmCluster. Format: projects/project/locations/location/odbNetworks/
odb_network/odbSubnets/odb_subnet
Corresponds to the JSON property backupOdbSubnet
3247 3248 3249 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3247 def backup_odb_subnet @backup_odb_subnet end |
#create_time ⇒ String
Output only. The date and time that the ExadbVmCluster was created.
Corresponds to the JSON property createTime
3252 3253 3254 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3252 def create_time @create_time end |
#display_name ⇒ String
Required. Immutable. The display name for the ExadbVmCluster. The name does
not have to be unique within your project. The name must be 1-255 characters
long and can only contain alphanumeric characters.
Corresponds to the JSON property displayName
3259 3260 3261 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3259 def display_name @display_name end |
#entitlement_id ⇒ String
Output only. The ID of the subscription entitlement associated with the
ExadbVmCluster.
Corresponds to the JSON property entitlementId
3265 3266 3267 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3265 def entitlement_id @entitlement_id end |
#gcp_oracle_zone ⇒ String
Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is
hosted. Example: us-east4-b-r2. During creation, the system will pick the zone
assigned to the ExascaleDbStorageVault.
Corresponds to the JSON property gcpOracleZone
3272 3273 3274 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3272 def gcp_oracle_zone @gcp_oracle_zone end |
#labels ⇒ Hash<String,String>
Optional. The labels or tags associated with the ExadbVmCluster.
Corresponds to the JSON property labels
3277 3278 3279 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3277 def labels @labels end |
#name ⇒ String
Identifier. The name of the ExadbVmCluster resource in the following format:
projects/project/locations/region/exadbVmClusters/exadb_vm_cluster
Corresponds to the JSON property name
3283 3284 3285 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3283 def name @name end |
#odb_network ⇒ String
Optional. Immutable. The name of the OdbNetwork associated with the
ExadbVmCluster. Format: projects/project/locations/location/odbNetworks/
odb_network It is optional but if specified, this should match the parent
ODBNetwork of the OdbSubnet.
Corresponds to the JSON property odbNetwork
3291 3292 3293 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3291 def odb_network @odb_network end |
#odb_subnet ⇒ String
Required. Immutable. The name of the OdbSubnet associated with the
ExadbVmCluster for IP allocation. Format: projects/project/locations/
location/odbNetworks/odb_network/odbSubnets/odb_subnet
Corresponds to the JSON property odbSubnet
3298 3299 3300 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3298 def odb_subnet @odb_subnet end |
#properties ⇒ Google::Apis::OracledatabaseV1::ExadbVmClusterProperties
The properties of an ExadbVmCluster.
Corresponds to the JSON property properties
3303 3304 3305 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3303 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3310 def update!(**args) @backup_odb_subnet = args[:backup_odb_subnet] if args.key?(:backup_odb_subnet) @create_time = args[:create_time] if args.key?(:create_time) @display_name = args[:display_name] if args.key?(:display_name) @entitlement_id = args[:entitlement_id] if args.key?(:entitlement_id) @gcp_oracle_zone = args[:gcp_oracle_zone] if args.key?(:gcp_oracle_zone) @labels = args[:labels] if args.key?(:labels) @name = args[:name] if args.key?(:name) @odb_network = args[:odb_network] if args.key?(:odb_network) @odb_subnet = args[:odb_subnet] if args.key?(:odb_subnet) @properties = args[:properties] if args.key?(:properties) end |