ImageRegistryCredentialsProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.ImageRegistryCredentialsProperty {
Password: interface{},
Server: interface{},
UserName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Password |
interface{} |
No description. |
Server |
interface{} |
No description. |
UserName |
interface{} |
No description. |
Password
Required
Password interface{}
- Type: interface{}
Server
Required
Server interface{}
- Type: interface{}
UserName
Required
UserName interface{}
- Type: interface{}