Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReferenceConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ReferenceConfig

Returns a new instance of GoogleCloudApigeeV1ReferenceConfig.



8366
8367
8368
# File 'lib/google/apis/apigee_v1/classes.rb', line 8366

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

Instance Attribute Details

#nameString

Name of the reference in the following format: organizations/org/ environments/env/references/reference` Corresponds to the JSON propertyname`

Returns:

  • (String)


8357
8358
8359
# File 'lib/google/apis/apigee_v1/classes.rb', line 8357

def name
  @name
end

#resource_nameString

Name of the referenced resource in the following format: organizations/org/ environments/env/keystores/keystore`Only references to keystore resources are supported. Corresponds to the JSON propertyresourceName`

Returns:

  • (String)


8364
8365
8366
# File 'lib/google/apis/apigee_v1/classes.rb', line 8364

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8371
8372
8373
8374
# File 'lib/google/apis/apigee_v1/classes.rb', line 8371

def update!(**args)
  @name = args[:name] if args.key?(:name)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
end