Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Network egress configuration for the environment.
Instance Attribute Summary collapse
-
#allowlist ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1EnvironmentConfigEgressRule>
List of allowed domains and their configurations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist
constructor
A new instance of GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist
Returns a new instance of GenaiVertexV1beta1EnvironmentConfigEnvironmentNetworkEgressAllowlist.
2304 2305 2306 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2304 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allowlist ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1EnvironmentConfigEgressRule>
List of allowed domains and their configurations.
Corresponds to the JSON property allowlist
2302 2303 2304 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2302 def allowlist @allowlist end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2309 2310 2311 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2309 def update!(**args) @allowlist = args[:allowlist] if args.key?(:allowlist) end |