Show / Hide Table of Contents

Class GetFastConnectProviderServiceKeyRequest

Inheritance
object
GetFastConnectProviderServiceKeyRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetFastConnectProviderServiceKeyRequest : IOciRequest
Examples

Click here to see an example of how to use GetFastConnectProviderServiceKey request.

Properties

ProviderServiceId

Declaration
[Required(ErrorMessage = "ProviderServiceId is required.")]
[HttpConverter(TargetEnum.Path, "providerServiceId")]
public string ProviderServiceId { get; set; }
Property Value
Type Description
string

The OCID of the provider service.

Remarks

Required

ProviderServiceKeyName

Declaration
[Required(ErrorMessage = "ProviderServiceKeyName is required.")]
[HttpConverter(TargetEnum.Path, "providerServiceKeyName")]
public string ProviderServiceKeyName { get; set; }
Property Value
Type Description
string

The provider service key that the provider gives you when you set up a virtual circuit connection from the provider to Oracle Cloud Infrastructure. You can set up that connection and get your provider service key at the provider's website or portal. For the portal location, see the description attribute of the {@link FastConnectProviderService}.

Remarks

Required

Implements

IOciRequest
In this article
Back to top