Amazon.Redshift.Model.ClusterNode.IsSetPublicIPAddress C# (CSharp) Méthode

IsSetPublicIPAddress() private méthode

private IsSetPublicIPAddress ( ) : bool
Résultat bool
        internal bool IsSetPublicIPAddress()
        {
            return this.publicIPAddress != null;
        }
    }