public class CreateProviderOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateProviderOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
CreateProviderOptions.Builder |
newBuilder()
New builder.
|
String |
providerId()
Gets the providerId.
|
ProviderSpecification |
specification()
Gets the specification.
|
ProviderPrivate |
xPrivate()
Gets the xPrivate.
|
public CreateProviderOptions.Builder newBuilder()
public String providerId()
The unique identifier of the provider.
public ProviderSpecification specification()
The specification of the provider.
public ProviderPrivate xPrivate()
Private information of the provider.
Copyright © 2024 IBM Cloud. All rights reserved.