Class InstallVersionOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.InstallVersionOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstallVersionOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe installVersion options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstallVersionOptions.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.InstallVersionOptions.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.StringvcenterDatastore()Gets the vcenterDatastore.java.lang.StringvcenterId()Gets the vcenterId.java.lang.StringvcenterLocation()Gets the vcenterLocation.java.lang.StringvcenterPassword()Gets the vcenterPassword.java.lang.StringvcenterUser()Gets the vcenterUser.java.lang.StringversionLocatorId()Gets the versionLocatorId.java.lang.StringversionLocId()Gets the versionLocId.java.lang.StringxAuthRefreshToken()Gets the xAuthRefreshToken.
-
-
-
Method Detail
-
newBuilder
public InstallVersionOptions.Builder newBuilder()
New builder.- Returns:
- a InstallVersionOptions 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. To use a secret for items of type password, specify a JSON encoded value of $ref:#/components/schemas/SecretInstance, prefixed with `cmsm_v1:`.- 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
-
vcenterUser
public java.lang.String vcenterUser()
Gets the vcenterUser. VCenter User.- Returns:
- the vcenterUser
-
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
-
vcenterDatastore
public java.lang.String vcenterDatastore()
Gets the vcenterDatastore. VCenter Datastore.- Returns:
- the vcenterDatastore
-
-