public sealed class GetVpcFlowLogsConfigRequest : IMessage<GetVpcFlowLogsConfigRequest>, IEquatable<GetVpcFlowLogsConfigRequest>, IDeepCloneable<GetVpcFlowLogsConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class GetVpcFlowLogsConfigRequest.
Request for the GetVpcFlowLogsConfig method.
Implements
IMessageGetVpcFlowLogsConfigRequest, IEquatableGetVpcFlowLogsConfigRequest, IDeepCloneableGetVpcFlowLogsConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
GetVpcFlowLogsConfigRequest()
public GetVpcFlowLogsConfigRequest()GetVpcFlowLogsConfigRequest(GetVpcFlowLogsConfigRequest)
public GetVpcFlowLogsConfigRequest(GetVpcFlowLogsConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVpcFlowLogsConfigRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:
For project-level resources:
projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}For organization-level resources:
organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}
| 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 |
|