Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNServerAuthenticationByUsernameIdProvider
-
Packages that use VPNServerAuthenticationByUsernameIdProvider Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VPNServerAuthenticationByUsernameIdProvider in com.ibm.cloud.is.vpc.v1.model
Subclasses of VPNServerAuthenticationByUsernameIdProvider in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
VPNServerAuthenticationByUsernameIdProviderByIAM
VPNServerAuthenticationByUsernameIdProviderByIAM.Methods in com.ibm.cloud.is.vpc.v1.model that return VPNServerAuthenticationByUsernameIdProvider Modifier and Type Method Description VPNServerAuthenticationByUsernameIdProvider
VPNServerAuthentication. getIdentityProvider()
Gets the identityProvider.VPNServerAuthenticationByUsernameIdProvider
VPNServerAuthenticationPrototype. identityProvider()
Gets the identityProvider.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type VPNServerAuthenticationByUsernameIdProvider Modifier and Type Method Description VPNServerAuthenticationPrototypeVPNServerAuthenticationByUsernamePrototype.Builder
VPNServerAuthenticationPrototypeVPNServerAuthenticationByUsernamePrototype.Builder. identityProvider(VPNServerAuthenticationByUsernameIdProvider identityProvider)
Set the identityProvider.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type VPNServerAuthenticationByUsernameIdProvider Constructor Description Builder(VPNServerAuthenticationByUsernameIdProvider vpnServerAuthenticationByUsernameIdProviderByIam)
Instantiates a new Builder from an existing VPNServerAuthenticationByUsernameIdProviderByIAM instance.Builder(String method, VPNServerAuthenticationByUsernameIdProvider identityProvider)
Instantiates a new builder with required properties.
-