Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::VPCSCConfig.
The Artifact Registry VPC SC config that apply to a Project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — The name of the project's VPC SC Config.
Always of the form: projects/{projectID}/locations/{location}/vpcscConfig
In update request: never set In response: always set
#name=
def name=(value) -> ::String
-
value (::String) — The name of the project's VPC SC Config.
Always of the form: projects/{projectID}/locations/{location}/vpcscConfig
In update request: never set In response: always set
-
(::String) — The name of the project's VPC SC Config.
Always of the form: projects/{projectID}/locations/{location}/vpcscConfig
In update request: never set In response: always set
#vpcsc_policy
def vpcsc_policy() -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy
- (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy) — The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).
#vpcsc_policy=
def vpcsc_policy=(value) -> ::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy
- value (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy) — The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).
- (::Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy) — The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny).