public sealed class ProjectsGetXpnResources : IMessage<ProjectsGetXpnResources>, IEquatable<ProjectsGetXpnResources>, IDeepCloneable<ProjectsGetXpnResources>, IBufferMessage, IMessage, IPageResponse<XpnResourceId>, IEnumerable<XpnResourceId>, IEnumerable
Implements
IMessageProjectsGetXpnResources, IEquatableProjectsGetXpnResources, IDeepCloneableProjectsGetXpnResources, IBufferMessage, IMessage, IPageResponseXpnResourceId, IEnumerableXpnResourceId, IEnumerableNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ProjectsGetXpnResources()
public ProjectsGetXpnResources()
ProjectsGetXpnResources(ProjectsGetXpnResources)
public ProjectsGetXpnResources(ProjectsGetXpnResources other)
Parameter | |
---|---|
Name | Description |
other | ProjectsGetXpnResources |
Properties
HasKind
public bool HasKind { get; }
Gets whether the "kind" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasNextPageToken
public bool HasNextPageToken { get; }
Gets whether the "next_page_token" field is set
Property Value | |
---|---|
Type | Description |
bool |
Kind
public string Kind { get; set; }
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
Property Value | |
---|---|
Type | Description |
string |
NextPageToken
public string NextPageToken { get; set; }
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
Property Value | |
---|---|
Type | Description |
string |
Resources
public RepeatedField<XpnResourceId> Resources { get; }
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
Property Value | |
---|---|
Type | Description |
RepeatedFieldXpnResourceId |
Methods
GetEnumerator()
public IEnumerator<XpnResourceId> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorXpnResourceId |