Network Management v1 API - Class DeleteVpcFlowLogsConfigRequest (2.13.0)

public sealed class DeleteVpcFlowLogsConfigRequest : IMessage<DeleteVpcFlowLogsConfigRequest>, IEquatable<DeleteVpcFlowLogsConfigRequest>, IDeepCloneable<DeleteVpcFlowLogsConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class DeleteVpcFlowLogsConfigRequest.

Request for the DeleteVpcFlowLogsConfig method.

Inheritance

object > DeleteVpcFlowLogsConfigRequest

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

DeleteVpcFlowLogsConfigRequest()

public DeleteVpcFlowLogsConfigRequest()

DeleteVpcFlowLogsConfigRequest(DeleteVpcFlowLogsConfigRequest)

public DeleteVpcFlowLogsConfigRequest(DeleteVpcFlowLogsConfigRequest other)
Parameter
Name Description
other DeleteVpcFlowLogsConfigRequest

Properties

Name

public string Name { get; set; }

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

Property Value
Type Description
string

VpcFlowLogsConfigName

public VpcFlowLogsConfigName VpcFlowLogsConfigName { get; set; }

VpcFlowLogsConfigName-typed view over the Name resource name property.

Property Value
Type Description
VpcFlowLogsConfigName