Package com.strongdm.api
Class AKSUserImpersonation
java.lang.Object
com.strongdm.api.AKSUserImpersonation
- All Implemented Interfaces:
Resource
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1).Deprecated.The CA to authenticate TLS connections with.Deprecated.The certificate to authenticate TLS connections with.Deprecated.The key to authenticate TLS connections with.Deprecated.A filter applied to the routing logic to pin datasource to nodes.Deprecated.The path used to check the health of your connection.booleanDeprecated.True if the datasource is reachable and the credentials are valid.Deprecated.The host to dial to initiate a connection from the egress node to this resource.getId()Deprecated.Unique identifier of the Resource.getName()Deprecated.Unique human-readable name of the Resource.intgetPort()Deprecated.The port to dial to initiate a connection from the egress node to this resource.intDeprecated.The local port used by clients to connect to this resource.Deprecated.ID of the proxy cluster for this resource, if any.Deprecated.ID of the secret store containing credentials for this resource, if any.Deprecated.DNS subdomain through which this resource may be accessed on clients.getTags()Deprecated.Tags is a map of key, value pairs.voidDeprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1).voidDeprecated.The CA to authenticate TLS connections with.voidDeprecated.The certificate to authenticate TLS connections with.voidsetClientKey(String in) Deprecated.The key to authenticate TLS connections with.voidDeprecated.A filter applied to the routing logic to pin datasource to nodes.voidDeprecated.The path used to check the health of your connection.voidsetHealthy(boolean in) Deprecated.True if the datasource is reachable and the credentials are valid.voidsetHostname(String in) Deprecated.The host to dial to initiate a connection from the egress node to this resource.voidDeprecated.Unique identifier of the Resource.voidDeprecated.Unique human-readable name of the Resource.voidsetPort(int in) Deprecated.The port to dial to initiate a connection from the egress node to this resource.voidsetPortOverride(int in) Deprecated.The local port used by clients to connect to this resource.voidDeprecated.ID of the proxy cluster for this resource, if any.voidDeprecated.ID of the secret store containing credentials for this resource, if any.voidsetSubdomain(String in) Deprecated.DNS subdomain through which this resource may be accessed on clients.voidDeprecated.Tags is a map of key, value pairs.
-
Constructor Details
-
AKSUserImpersonation
public AKSUserImpersonation()Deprecated.
-
-
Method Details
-
getBindInterface
Deprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.- Specified by:
getBindInterfacein interfaceResource
-
setBindInterface
Deprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.- Specified by:
setBindInterfacein interfaceResource
-
getCertificateAuthority
Deprecated.The CA to authenticate TLS connections with. -
setCertificateAuthority
Deprecated.The CA to authenticate TLS connections with. -
getClientCertificate
Deprecated.The certificate to authenticate TLS connections with. -
setClientCertificate
Deprecated.The certificate to authenticate TLS connections with. -
getClientKey
Deprecated.The key to authenticate TLS connections with. -
setClientKey
Deprecated.The key to authenticate TLS connections with. -
getEgressFilter
Deprecated.A filter applied to the routing logic to pin datasource to nodes.- Specified by:
getEgressFilterin interfaceResource
-
setEgressFilter
Deprecated.A filter applied to the routing logic to pin datasource to nodes.- Specified by:
setEgressFilterin interfaceResource
-
getHealthcheckNamespace
Deprecated.The path used to check the health of your connection. Defaults to `default`. -
setHealthcheckNamespace
Deprecated.The path used to check the health of your connection. Defaults to `default`. -
getHealthy
public boolean getHealthy()Deprecated.True if the datasource is reachable and the credentials are valid. -
setHealthy
public void setHealthy(boolean in) Deprecated.True if the datasource is reachable and the credentials are valid. -
getHostname
Deprecated.The host to dial to initiate a connection from the egress node to this resource. -
setHostname
Deprecated.The host to dial to initiate a connection from the egress node to this resource. -
getId
Deprecated.Unique identifier of the Resource. -
setId
Deprecated.Unique identifier of the Resource. -
getName
Deprecated.Unique human-readable name of the Resource. -
setName
Deprecated.Unique human-readable name of the Resource. -
getPort
public int getPort()Deprecated.The port to dial to initiate a connection from the egress node to this resource. -
setPort
public void setPort(int in) Deprecated.The port to dial to initiate a connection from the egress node to this resource. -
getPortOverride
public int getPortOverride()Deprecated.The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1. -
setPortOverride
public void setPortOverride(int in) Deprecated.The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1. -
getProxyClusterId
Deprecated.ID of the proxy cluster for this resource, if any. -
setProxyClusterId
Deprecated.ID of the proxy cluster for this resource, if any. -
getSecretStoreId
Deprecated.ID of the secret store containing credentials for this resource, if any.- Specified by:
getSecretStoreIdin interfaceResource
-
setSecretStoreId
Deprecated.ID of the secret store containing credentials for this resource, if any.- Specified by:
setSecretStoreIdin interfaceResource
-
getSubdomain
Deprecated.DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode. -
setSubdomain
Deprecated.DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode. -
getTags
Deprecated.Tags is a map of key, value pairs. -
setTags
Deprecated.Tags is a map of key, value pairs.
-