Show / Hide Table of Contents

Class NetworkProfile

NetworkProfile represents a Google managed network profile resource.

Inheritance
object
NetworkProfile
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.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkProfile : IDirectResponseSchema

Properties

CreationTimestamp

Output only. [Output Only] Creation timestamp inRFC3339 text format.

Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type Description
string

Description

Output only. [Output Only] An optional description of this resource.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Features

Output only. [Output Only] Features supported by the network.

Declaration
[JsonProperty("features")]
public virtual NetworkProfileNetworkFeatures Features { get; set; }
Property Value
Type Description
NetworkProfileNetworkFeatures

Id

Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Kind

Output only. [Output Only] Type of the resource. Alwayscompute#networkProfile for network profiles.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Location

Output only. [Output Only] Location to which the network is restricted.

Declaration
[JsonProperty("location")]
public virtual NetworkProfileLocation Location { get; set; }
Property Value
Type Description
NetworkProfileLocation

Name

Output only. [Output Only] Name of the resource.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProfileType

Output only. [Output Only] Type of the network profile.

Declaration
[JsonProperty("profileType")]
public virtual NetworkProfileProfileType ProfileType { get; set; }
Property Value
Type Description
NetworkProfileProfileType

SelfLink

Output only. [Output Only] Server-defined URL for the resource.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

SelfLinkWithId

Output only. [Output Only] Server-defined URL for this resource with the resource id.

Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX