Show / Hide Table of Contents

Class NetworkResource

A resource representing a network that connects the various components of a cluster together.

Inheritance
object
NetworkResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class NetworkResource : IDirectResponseSchema

Properties

Config

Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.

Declaration
[JsonProperty("config")]
public virtual NetworkResourceConfig Config { get; set; }
Property Value
Type Description
NetworkResourceConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Network

Reference to a network in Google Compute Engine.

Declaration
[JsonProperty("network")]
public virtual NetworkReference Network { get; set; }
Property Value
Type Description
NetworkReference

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX