Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::CreateVpcFlowLogsConfigRequest.
Request for the CreateVpcFlowLogsConfig
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the VPC Flow Logs configuration to create:
projects/{project_id}/locations/global
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the VPC Flow Logs configuration to create:
projects/{project_id}/locations/global
Returns
-
(::String) — Required. The parent resource of the VPC Flow Logs configuration to create:
projects/{project_id}/locations/global
#vpc_flow_logs_config
def vpc_flow_logs_config() -> ::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig
Returns
-
(::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig) — Required. A
VpcFlowLogsConfig
resource
#vpc_flow_logs_config=
def vpc_flow_logs_config=(value) -> ::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig
Parameter
-
value (::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig) — Required. A
VpcFlowLogsConfig
resource
Returns
-
(::Google::Cloud::NetworkManagement::V1::VpcFlowLogsConfig) — Required. A
VpcFlowLogsConfig
resource
#vpc_flow_logs_config_id
def vpc_flow_logs_config_id() -> ::String
Returns
-
(::String) — Required. ID of the
VpcFlowLogsConfig
.
#vpc_flow_logs_config_id=
def vpc_flow_logs_config_id=(value) -> ::String
Parameter
-
value (::String) — Required. ID of the
VpcFlowLogsConfig
.
Returns
-
(::String) — Required. ID of the
VpcFlowLogsConfig
.