public sealed class CreateMirroringEndpointGroupRequest : IMessage<CreateMirroringEndpointGroupRequest>, IEquatable<CreateMirroringEndpointGroupRequest>, IDeepCloneable<CreateMirroringEndpointGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class CreateMirroringEndpointGroupRequest.
Request message for CreateMirroringEndpointGroup.
Implements
IMessageCreateMirroringEndpointGroupRequest, IEquatableCreateMirroringEndpointGroupRequest, IDeepCloneableCreateMirroringEndpointGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
CreateMirroringEndpointGroupRequest()
public CreateMirroringEndpointGroupRequest()CreateMirroringEndpointGroupRequest(CreateMirroringEndpointGroupRequest)
public CreateMirroringEndpointGroupRequest(CreateMirroringEndpointGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateMirroringEndpointGroupRequest |
Properties
MirroringEndpointGroup
public MirroringEndpointGroup MirroringEndpointGroup { get; set; }Required. The endpoint group to create.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroup |
|
MirroringEndpointGroupId
public string MirroringEndpointGroupId { get; set; }Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|