Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.88 KB

PostgresqlPgRemoteAccessState.md

File metadata and controls

56 lines (31 loc) · 1.88 KB

PostgresqlPgRemoteAccessState

Properties

Name Type Description Notes
SubnetAddress Pointer to []string [optional]

Methods

NewPostgresqlPgRemoteAccessState

func NewPostgresqlPgRemoteAccessState() *PostgresqlPgRemoteAccessState

NewPostgresqlPgRemoteAccessState instantiates a new PostgresqlPgRemoteAccessState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewPostgresqlPgRemoteAccessStateWithDefaults

func NewPostgresqlPgRemoteAccessStateWithDefaults() *PostgresqlPgRemoteAccessState

NewPostgresqlPgRemoteAccessStateWithDefaults instantiates a new PostgresqlPgRemoteAccessState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetSubnetAddress

func (o *PostgresqlPgRemoteAccessState) GetSubnetAddress() []string

GetSubnetAddress returns the SubnetAddress field if non-nil, zero value otherwise.

GetSubnetAddressOk

func (o *PostgresqlPgRemoteAccessState) GetSubnetAddressOk() (*[]string, bool)

GetSubnetAddressOk returns a tuple with the SubnetAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubnetAddress

func (o *PostgresqlPgRemoteAccessState) SetSubnetAddress(v []string)

SetSubnetAddress sets SubnetAddress field to given value.

HasSubnetAddress

func (o *PostgresqlPgRemoteAccessState) HasSubnetAddress() bool

HasSubnetAddress returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]