GoogleApi.ServiceNetworking.V1.Model.VpcServiceControls (google_api_service_networking v0.40.0)
View SourceResponse for the get VPC Service Controls request.
Attributes
-
enabled
(type:boolean()
, default:nil
) - Output only. Indicates whether the VPC Service Controls are enabled or disabled for the connection. If the consumer called the EnableVpcServiceControls method, then this is true. If the consumer called DisableVpcServiceControls, then this is false. The default is false.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.VpcServiceControls{ enabled: boolean() | nil }