BeyondCorp AppConnectors V1 API - Class Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnectorInstanceConfig (v0.1.0)

Reference documentation and code samples for the BeyondCorp AppConnectors V1 API class Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnectorInstanceConfig.

AppConnectorInstanceConfig defines the instance config of a AppConnector.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#image_config

def image_config() -> ::Google::Cloud::BeyondCorp::AppConnectors::V1::ImageConfig
Returns

#image_config=

def image_config=(value) -> ::Google::Cloud::BeyondCorp::AppConnectors::V1::ImageConfig
Parameter
Returns

#instance_config

def instance_config() -> ::Google::Protobuf::Any
Returns

#instance_config=

def instance_config=(value) -> ::Google::Protobuf::Any
Parameter
Returns

#notification_config

def notification_config() -> ::Google::Cloud::BeyondCorp::AppConnectors::V1::NotificationConfig
Returns

#notification_config=

def notification_config=(value) -> ::Google::Cloud::BeyondCorp::AppConnectors::V1::NotificationConfig
Parameter
Returns

#sequence_number

def sequence_number() -> ::Integer
Returns
  • (::Integer) — Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.

#sequence_number=

def sequence_number=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.
Returns
  • (::Integer) — Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.