Class GetFastConnectProviderServiceKeyRequest
Implements
Inherited Members
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 |
Remarks
Required