Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnection
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnection
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote application. It creates all the necessary GCP components needed for creating a BeyondCorp protected AppConnection. Multiple connectors can be authorised for a single AppConnection.
Instance Attribute Summary collapse
-
#application_endpoint ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint
ApplicationEndpoint represents a remote application endpoint.
-
#connectors ⇒ Array<String>
Optional.
-
#create_time ⇒ String
Output only.
-
#display_name ⇒ String
Optional.
-
#gateway ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway
Gateway represents a user facing component that serves as an entrance to enable connectivity.
-
#labels ⇒ Hash<String,String>
Optional.
-
#name ⇒ String
Required.
-
#satisfies_pzi ⇒ Boolean
(also: #satisfies_pzi?)
Output only.
-
#satisfies_pzs ⇒ Boolean
(also: #satisfies_pzs?)
Output only.
-
#state ⇒ String
Output only.
-
#type ⇒ String
Required.
-
#uid ⇒ String
Output only.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1AppConnection
constructor
A new instance of GoogleCloudBeyondcorpAppconnectionsV1AppConnection.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpAppconnectionsV1AppConnection
Returns a new instance of GoogleCloudBeyondcorpAppconnectionsV1AppConnection.
450 451 452 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 450 def initialize(**args) update!(**args) end |
Instance Attribute Details
#application_endpoint ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint
ApplicationEndpoint represents a remote application endpoint.
Corresponds to the JSON property applicationEndpoint
382 383 384 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 382 def application_endpoint @application_endpoint end |
#connectors ⇒ Array<String>
Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are
authorised to be associated with this AppConnection.
Corresponds to the JSON property connectors
388 389 390 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 388 def connectors @connectors end |
#create_time ⇒ String
Output only. Timestamp when the resource was created.
Corresponds to the JSON property createTime
393 394 395 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 393 def create_time @create_time end |
#display_name ⇒ String
Optional. An arbitrary user-provided name for the AppConnection. Cannot exceed
64 characters.
Corresponds to the JSON property displayName
399 400 401 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 399 def display_name @display_name end |
#gateway ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway
Gateway represents a user facing component that serves as an entrance to
enable connectivity.
Corresponds to the JSON property gateway
405 406 407 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 405 def gateway @gateway end |
#labels ⇒ Hash<String,String>
Optional. Resource labels to represent user provided metadata.
Corresponds to the JSON property labels
410 411 412 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 410 def labels @labels end |
#name ⇒ String
Required. Unique resource name of the AppConnection. The name is ignored when
creating a AppConnection.
Corresponds to the JSON property name
416 417 418 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 416 def name @name end |
#satisfies_pzi ⇒ Boolean Also known as: satisfies_pzi?
Output only. Reserved for future use.
Corresponds to the JSON property satisfiesPzi
421 422 423 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 421 def satisfies_pzi @satisfies_pzi end |
#satisfies_pzs ⇒ Boolean Also known as: satisfies_pzs?
Output only. Reserved for future use.
Corresponds to the JSON property satisfiesPzs
427 428 429 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 427 def satisfies_pzs @satisfies_pzs end |
#state ⇒ String
Output only. The current state of the AppConnection.
Corresponds to the JSON property state
433 434 435 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 433 def state @state end |
#type ⇒ String
Required. The type of network connectivity used by the AppConnection.
Corresponds to the JSON property type
438 439 440 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 438 def type @type end |
#uid ⇒ String
Output only. A unique identifier for the instance generated by the system.
Corresponds to the JSON property uid
443 444 445 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 443 def uid @uid end |
#update_time ⇒ String
Output only. Timestamp when the resource was last modified.
Corresponds to the JSON property updateTime
448 449 450 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 448 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 455 def update!(**args) @application_endpoint = args[:application_endpoint] if args.key?(:application_endpoint) @connectors = args[:connectors] if args.key?(:connectors) @create_time = args[:create_time] if args.key?(:create_time) @display_name = args[:display_name] if args.key?(:display_name) @gateway = args[:gateway] if args.key?(:gateway) @labels = args[:labels] if args.key?(:labels) @name = args[:name] if args.key?(:name) @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi) @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs) @state = args[:state] if args.key?(:state) @type = args[:type] if args.key?(:type) @uid = args[:uid] if args.key?(:uid) @update_time = args[:update_time] if args.key?(:update_time) end |