Class InstanceInitializationDefaultTrustedProfile
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.InstanceInitializationDefaultTrustedProfile
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceInitializationDefaultTrustedProfile
extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceInitializationDefaultTrustedProfile.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the target.Gets the autoLink.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
isAutoLink
Gets the autoLink. If set to `true`, the system created a link to the specified `target` trusted profile during instance creation. Regardless of whether a link was created by the system or manually using the IAM Identity service, it will be automatically deleted when the instance is deleted.- Returns:
 - the autoLink
 
 - 
getTarget
Gets the target. The default IAM trusted profile to use for this virtual server instance.- Returns:
 - the target
 
 
 -