Class ValidationInstallOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ValidationInstallOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ValidationInstallOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe validationInstall options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationInstallOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringclusterId()Gets the clusterId.java.lang.StringentitlementApikey()Gets the entitlementApikey.java.lang.Stringnamespace()Gets the namespace.ValidationInstallOptions.BuildernewBuilder()New builder.java.util.Map<java.lang.String,java.lang.Object>overrideValues()Gets the overrideValues.java.lang.Stringregion()Gets the region.DeployRequestBodySchematicsschematics()Gets the schematics.java.lang.Stringscript()Gets the script.java.lang.StringscriptId()Gets the scriptId.java.lang.StringvcenterId()Gets the vcenterId.java.lang.StringvcenterLocation()Gets the vcenterLocation.java.lang.StringvcenterPassword()Gets the vcenterPassword.java.lang.StringversionLocatorId()Gets the versionLocatorId.java.lang.StringversionLocId()Gets the versionLocId.java.lang.StringxAuthRefreshToken()Gets the xAuthRefreshToken.
-
-
-
Method Detail
-
newBuilder
public ValidationInstallOptions.Builder newBuilder()
New builder.- Returns:
- a ValidationInstallOptions builder
-
versionLocId
public java.lang.String versionLocId()
Gets the versionLocId. A dotted value of `catalogID`.`versionID`.- Returns:
- the versionLocId
-
xAuthRefreshToken
public java.lang.String xAuthRefreshToken()
Gets the xAuthRefreshToken. IAM Refresh token.- Returns:
- the xAuthRefreshToken
-
clusterId
public java.lang.String clusterId()
Gets the clusterId. Cluster ID.- Returns:
- the clusterId
-
region
public java.lang.String region()
Gets the region. Cluster region.- Returns:
- the region
-
namespace
public java.lang.String namespace()
Gets the namespace. Kube namespace.- Returns:
- the namespace
-
overrideValues
public java.util.Map<java.lang.String,java.lang.Object> overrideValues()
Gets the overrideValues. Object containing Helm chart override values.- Returns:
- the overrideValues
-
entitlementApikey
public java.lang.String entitlementApikey()
Gets the entitlementApikey. Entitlement API Key for this offering.- Returns:
- the entitlementApikey
-
schematics
public DeployRequestBodySchematics schematics()
Gets the schematics. Schematics workspace configuration.- Returns:
- the schematics
-
script
public java.lang.String script()
Gets the script. Script.- Returns:
- the script
-
scriptId
public java.lang.String scriptId()
Gets the scriptId. Script ID.- Returns:
- the scriptId
-
versionLocatorId
public java.lang.String versionLocatorId()
Gets the versionLocatorId. A dotted value of `catalogID`.`versionID`.- Returns:
- the versionLocatorId
-
vcenterId
public java.lang.String vcenterId()
Gets the vcenterId. VCenter ID.- Returns:
- the vcenterId
-
vcenterPassword
public java.lang.String vcenterPassword()
Gets the vcenterPassword. VCenter Password.- Returns:
- the vcenterPassword
-
vcenterLocation
public java.lang.String vcenterLocation()
Gets the vcenterLocation. VCenter Location.- Returns:
- the vcenterLocation
-
-