Class CreateLinkOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateLinkOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateLinkOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createLink options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateLinkOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcrType()Gets the crType.CreateProfileLinkRequestLinklink()Gets the link.java.lang.Stringname()Gets the name.CreateLinkOptions.BuildernewBuilder()New builder.java.lang.StringprofileId()Gets the profileId.
-
-
-
Method Detail
-
newBuilder
public CreateLinkOptions.Builder newBuilder()
New builder.- Returns:
- a CreateLinkOptions builder
-
profileId
public java.lang.String profileId()
Gets the profileId. ID of the trusted profile.- Returns:
- the profileId
-
crType
public java.lang.String crType()
Gets the crType. The compute resource type. Valid values are VSI, IKS_SA, ROKS_SA.- Returns:
- the crType
-
link
public CreateProfileLinkRequestLink link()
Gets the link. Link details.- Returns:
- the link
-
name
public java.lang.String name()
Gets the name. Optional name of the Link.- Returns:
- the name
-
-