Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/assuredworkloads_v1/classes.rb,
lib/google/apis/assuredworkloads_v1/representations.rb,
lib/google/apis/assuredworkloads_v1/representations.rb

Overview

Operation metadata to give request details of CreateWorkload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata

Returns a new instance of GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata.



93
94
95
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 93

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compliance_regimeString

Optional. Compliance controls that should be applied to the resources managed by the workload. Corresponds to the JSON property complianceRegime

Returns:

  • (String)


76
77
78
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 76

def compliance_regime
  @compliance_regime
end

#create_timeString

Optional. Time when the operation was created. Corresponds to the JSON property createTime

Returns:

  • (String)


81
82
83
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 81

def create_time
  @create_time
end

#display_nameString

Optional. The display name of the workload. Corresponds to the JSON property displayName

Returns:

  • (String)


86
87
88
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 86

def display_name
  @display_name
end

#parentString

Optional. The parent of the workload. Corresponds to the JSON property parent

Returns:

  • (String)


91
92
93
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 91

def parent
  @parent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



98
99
100
101
102
103
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 98

def update!(**args)
  @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
  @create_time = args[:create_time] if args.key?(:create_time)
  @display_name = args[:display_name] if args.key?(:display_name)
  @parent = args[:parent] if args.key?(:parent)
end