AdminCredentials Interface

public interface AdminCredentials

An immutable client-side representation of AdminCredentials.

Method Summary

Modifier and Type Method and Description
abstract AdminCredentialsInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.AdminCredentialsInner object.

abstract String nsxtPassword()

Gets the nsxtPassword property: NSX-T Manager password.

abstract String nsxtUsername()

Gets the nsxtUsername property: NSX-T Manager username.

abstract String vcenterPassword()

Gets the vcenterPassword property: vCenter admin password.

abstract String vcenterUsername()

Gets the vcenterUsername property: vCenter admin username.

Method Details

innerModel

public abstract AdminCredentialsInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.AdminCredentialsInner object.

Returns:

the inner object.

nsxtPassword

public abstract String nsxtPassword()

Gets the nsxtPassword property: NSX-T Manager password.

Returns:

the nsxtPassword value.

nsxtUsername

public abstract String nsxtUsername()

Gets the nsxtUsername property: NSX-T Manager username.

Returns:

the nsxtUsername value.

vcenterPassword

public abstract String vcenterPassword()

Gets the vcenterPassword property: vCenter admin password.

Returns:

the vcenterPassword value.

vcenterUsername

public abstract String vcenterUsername()

Gets the vcenterUsername property: vCenter admin username.

Returns:

the vcenterUsername value.

Applies to