Compute Engine v1 API - Class ProjectsGetXpnResources (2.15.0)

public sealed class ProjectsGetXpnResources : IMessage<ProjectsGetXpnResources>, IEquatable<ProjectsGetXpnResources>, IDeepCloneable<ProjectsGetXpnResources>, IBufferMessage, IMessage, IPageResponse<XpnResourceId>, IEnumerable<XpnResourceId>, IEnumerable

Inheritance

object > ProjectsGetXpnResources

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ProjectsGetXpnResources()

public ProjectsGetXpnResources()

ProjectsGetXpnResources(ProjectsGetXpnResources)

public ProjectsGetXpnResources(ProjectsGetXpnResources other)
Parameter
NameDescription
otherProjectsGetXpnResources

Properties

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
bool

HasNextPageToken

public bool HasNextPageToken { get; }

Gets whether the "next_page_token" field is set

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedFieldXpnResourceId

Methods

GetEnumerator()

public IEnumerator<XpnResourceId> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorXpnResourceId