compute  v1
Properties | List of all members
Google.Apis.Compute.v1.Data.NamedPort Class Reference

The named port. For example: . More...

Inheritance diagram for Google.Apis.Compute.v1.Data.NamedPort:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Name [get, set]
 The name for this named port. The name must be 1-63 characters long, and comply with RFC1035. More...
 
virtual System.Nullable< int > Port [get, set]
 The port number, which can be a value between 1 and 65535. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The named port. For example: .

Property Documentation

◆ ETag

virtual string Google.Apis.Compute.v1.Data.NamedPort.ETag
getset

The ETag of the item.

◆ Name

virtual string Google.Apis.Compute.v1.Data.NamedPort.Name
getset

The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.

◆ Port

virtual System.Nullable<int> Google.Apis.Compute.v1.Data.NamedPort.Port
getset

The port number, which can be a value between 1 and 65535.


The documentation for this class was generated from the following file: