public sealed class GetIamPolicySubnetworkRequest : IMessage<GetIamPolicySubnetworkRequest>, IEquatable<GetIamPolicySubnetworkRequest>, IDeepCloneable<GetIamPolicySubnetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicySubnetworkRequest.
A request message for Subnetworks.GetIamPolicy. See the method description for details.
Implements
IMessageGetIamPolicySubnetworkRequest, IEquatableGetIamPolicySubnetworkRequest, IDeepCloneableGetIamPolicySubnetworkRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetIamPolicySubnetworkRequest()
public GetIamPolicySubnetworkRequest()
GetIamPolicySubnetworkRequest(GetIamPolicySubnetworkRequest)
public GetIamPolicySubnetworkRequest(GetIamPolicySubnetworkRequest other)
Parameter | |
---|---|
Name | Description |
other | GetIamPolicySubnetworkRequest |
Properties
HasOptionsRequestedPolicyVersion
public bool HasOptionsRequestedPolicyVersion { get; }
Gets whether the "options_requested_policy_version" field is set
Property Value | |
---|---|
Type | Description |
bool |
OptionsRequestedPolicyVersion
public int OptionsRequestedPolicyVersion { get; set; }
Requested IAM Policy version.
Property Value | |
---|---|
Type | Description |
int |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
The name of the region for this request.
Property Value | |
---|---|
Type | Description |
string |
Resource
public string Resource { get; set; }
Name or id of the resource for this request.
Property Value | |
---|---|
Type | Description |
string |