Class ProjectsResource.LocationsResource.RemoteTransportProfilesResource
The "remoteTransportProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RemoteTransportProfilesResource
Constructors
RemoteTransportProfilesResource(IClientService)
Constructs a new resource.
Declaration
public RemoteTransportProfilesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets details of a single RemoteTransportProfile.
Declaration
public virtual ProjectsResource.LocationsResource.RemoteTransportProfilesResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. Name of the resource. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.RemoteTransportProfilesResource.GetRequest |
List(string)
Lists RemoteTransportProfiles in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.RemoteTransportProfilesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Parent value for ListRemoteTransportProfilesRequest. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.RemoteTransportProfilesResource.ListRequest |