Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::GatewaySecurityPolicy.
The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. Free-text description of the resource.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Free-text description of the resource.
Returns
- (::String) — Optional. Free-text description of the resource.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z?$).
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z?$).
Returns
- (::String) — Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^a-z?$).
#tls_inspection_policy
def tls_inspection_policy() -> ::String
Returns
- (::String) — Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.
#tls_inspection_policy=
def tls_inspection_policy=(value) -> ::String
Parameter
- value (::String) — Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.
Returns
- (::String) — Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was updated.